Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CircleCI build #309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jhmartin
Copy link

It can be difficult to trust that the artifact stored on a Git release is the
artifact built by that commit. EVE being as hard-core as it is, the risk of a
trojan is above nil. By building the application in a visible CI tool we can
be more confident the result is based on the code.

Further, this allows someone to fork the repo and create a build of their own
(using CircleCI) without locally installing development tools.

It can be difficult to trust that the artifact stored on a Git release is the
artifact built by that commit. EVE being as hard-core as it is, the risk of a
trojan is above nil.  By building the application in a visible CI tool we can
be more confident the result is based on the code.

Further, this allows someone to fork the repo and create a build of their own
(using CircleCI) without locally installing development tools.
@jhmartin jhmartin changed the title Add .circleci/config.yml Support CircleCI build Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant